home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / switch < prev    next >
Encoding:
AmigaDOS Script File  |  1996-04-24  |  84 b   |  7 lines

  1. .key var,s1,s2
  2.  
  3. if $<var> EQ <s1>
  4.   setenv <var> <s2>
  5. else
  6.   setenv <var> <s1>
  7. endif